GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-23T03:38:38.1089758+00:00",
"SubmitDate": "2026-02-23T03:38:38.1089758+00:00",
"ReportPeriodStart": "2026-02-23T03:38:38.1089758+00:00",
"ReportPeriodEnd": "2026-02-23T03:38:38.1089758+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b3d5eeb4-1e13-4580-bd41-b249849223ef",
"Rows": [
{
"ItemId": "4e222418-f5a5-4bda-b447-28fc13c19e66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4e222418-f5a5-4bda-b447-28fc13c19e66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b3d5eeb4-1e13-4580-bd41-b249849223ef",
"Rows": [
{
"ItemId": "4e222418-f5a5-4bda-b447-28fc13c19e66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4e222418-f5a5-4bda-b447-28fc13c19e66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"80f795b0-a4d1-43e7-9f33-080183690601",
"b8b9546e-8a1a-45da-9793-ae4a93b37826"
],
"Approvers": [
"563d86b9-72e2-438f-bb33-cadf5b7bc795",
"52d0e741-df2b-48f2-a8cc-e6a9d2e65a47"
],
"ApprovedBy": "8497b6a0-e799-40be-861a-16432a43f102",
"ApprovalDate": "2026-02-23T03:38:38.1089758+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "42d9f4b5-3b42-4c2b-a380-5ababe779c23",
"id": "7c1e76b1-862d-4736-9927-a0cf09654300",
"ConfigId": "4c63113d-e49c-4e20-8911-02fd5853410c"
},
{
"GenerationDate": "2026-02-23T03:38:38.1089758+00:00",
"SubmitDate": "2026-02-23T03:38:38.1089758+00:00",
"ReportPeriodStart": "2026-02-23T03:38:38.1089758+00:00",
"ReportPeriodEnd": "2026-02-23T03:38:38.1089758+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b3d5eeb4-1e13-4580-bd41-b249849223ef",
"Rows": [
{
"ItemId": "4e222418-f5a5-4bda-b447-28fc13c19e66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4e222418-f5a5-4bda-b447-28fc13c19e66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b3d5eeb4-1e13-4580-bd41-b249849223ef",
"Rows": [
{
"ItemId": "4e222418-f5a5-4bda-b447-28fc13c19e66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4e222418-f5a5-4bda-b447-28fc13c19e66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"80f795b0-a4d1-43e7-9f33-080183690601",
"b8b9546e-8a1a-45da-9793-ae4a93b37826"
],
"Approvers": [
"563d86b9-72e2-438f-bb33-cadf5b7bc795",
"52d0e741-df2b-48f2-a8cc-e6a9d2e65a47"
],
"ApprovedBy": "8497b6a0-e799-40be-861a-16432a43f102",
"ApprovalDate": "2026-02-23T03:38:38.1089758+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "42d9f4b5-3b42-4c2b-a380-5ababe779c23",
"id": "7c1e76b1-862d-4736-9927-a0cf09654300",
"ConfigId": "4c63113d-e49c-4e20-8911-02fd5853410c"
}
]